derelict.glib.gthreadpool

Undocumented in source.

Members

Aliases

GThreadPool
alias GThreadPool = _GThreadPool
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_thread_pool_free
alias da_g_thread_pool_free = void function(GThreadPool* pool, gboolean immediate, gboolean wait_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_thread_pool_get_max_idle_time
alias da_g_thread_pool_get_max_idle_time = guint function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_thread_pool_get_max_threads
alias da_g_thread_pool_get_max_threads = gint function(GThreadPool* pool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_thread_pool_get_max_unused_threads
alias da_g_thread_pool_get_max_unused_threads = gint function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_thread_pool_get_num_threads
alias da_g_thread_pool_get_num_threads = guint function(GThreadPool* pool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_thread_pool_get_num_unused_threads
alias da_g_thread_pool_get_num_unused_threads = guint function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_thread_pool_new
alias da_g_thread_pool_new = GThreadPool* function(GFunc func, gpointer user_data, gint max_threads, gboolean exclusive, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_thread_pool_push
alias da_g_thread_pool_push = gboolean function(GThreadPool* pool, gpointer data, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_thread_pool_set_max_idle_time
alias da_g_thread_pool_set_max_idle_time = void function(guint interval)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_thread_pool_set_max_threads
alias da_g_thread_pool_set_max_threads = gboolean function(GThreadPool* pool, gint max_threads, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_thread_pool_set_max_unused_threads
alias da_g_thread_pool_set_max_unused_threads = void function(gint max_threads)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_thread_pool_set_sort_function
alias da_g_thread_pool_set_sort_function = void function(GThreadPool* pool, GCompareDataFunc func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_thread_pool_stop_unused_threads
alias da_g_thread_pool_stop_unused_threads = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_g_thread_pool_unprocessed
alias da_g_thread_pool_unprocessed = guint function(GThreadPool* pool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

g_thread_pool_free
void g_thread_pool_free(GThreadPool* pool, gboolean immediate, gboolean wait_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_thread_pool_get_max_idle_time
guint g_thread_pool_get_max_idle_time()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_thread_pool_get_max_threads
gint g_thread_pool_get_max_threads(GThreadPool* pool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_thread_pool_get_max_unused_threads
gint g_thread_pool_get_max_unused_threads()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_thread_pool_get_num_threads
guint g_thread_pool_get_num_threads(GThreadPool* pool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_thread_pool_get_num_unused_threads
guint g_thread_pool_get_num_unused_threads()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_thread_pool_new
GThreadPool* g_thread_pool_new(GFunc func, gpointer user_data, gint max_threads, gboolean exclusive, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_thread_pool_push
gboolean g_thread_pool_push(GThreadPool* pool, gpointer data, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_thread_pool_set_max_idle_time
void g_thread_pool_set_max_idle_time(guint interval)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_thread_pool_set_max_threads
gboolean g_thread_pool_set_max_threads(GThreadPool* pool, gint max_threads, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_thread_pool_set_max_unused_threads
void g_thread_pool_set_max_unused_threads(gint max_threads)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_thread_pool_set_sort_function
void g_thread_pool_set_sort_function(GThreadPool* pool, GCompareDataFunc func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_thread_pool_stop_unused_threads
void g_thread_pool_stop_unused_threads()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_thread_pool_unprocessed
guint g_thread_pool_unprocessed(GThreadPool* pool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

g_thread_pool_free
da_g_thread_pool_free g_thread_pool_free;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_thread_pool_get_max_idle_time
da_g_thread_pool_get_max_idle_time g_thread_pool_get_max_idle_time;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_thread_pool_get_max_threads
da_g_thread_pool_get_max_threads g_thread_pool_get_max_threads;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_thread_pool_get_max_unused_threads
da_g_thread_pool_get_max_unused_threads g_thread_pool_get_max_unused_threads;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_thread_pool_get_num_threads
da_g_thread_pool_get_num_threads g_thread_pool_get_num_threads;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_thread_pool_get_num_unused_threads
da_g_thread_pool_get_num_unused_threads g_thread_pool_get_num_unused_threads;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_thread_pool_new
da_g_thread_pool_new g_thread_pool_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_thread_pool_push
da_g_thread_pool_push g_thread_pool_push;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_thread_pool_set_max_idle_time
da_g_thread_pool_set_max_idle_time g_thread_pool_set_max_idle_time;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_thread_pool_set_max_threads
da_g_thread_pool_set_max_threads g_thread_pool_set_max_threads;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_thread_pool_set_max_unused_threads
da_g_thread_pool_set_max_unused_threads g_thread_pool_set_max_unused_threads;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_thread_pool_set_sort_function
da_g_thread_pool_set_sort_function g_thread_pool_set_sort_function;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_thread_pool_stop_unused_threads
da_g_thread_pool_stop_unused_threads g_thread_pool_stop_unused_threads;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_thread_pool_unprocessed
da_g_thread_pool_unprocessed g_thread_pool_unprocessed;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

_GThreadPool
struct _GThreadPool
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta